home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / packages / dvi2ps.def < prev    next >
Encoding:
Text File  |  1995-03-15  |  1.5 KB  |  50 lines

  1. %% 
  2. %% This is file `dvi2ps.def', generated on <1995/3/4> 
  3. %% with the docstrip utility (2.2i).
  4. %% 
  5. %% The original source files were:
  6. %% 
  7. %% drivers.dtx  (with options: `dvi2ps,psrules')
  8. %% 
  9. %% IMPORTANT NOTICE:
  10. %% You are not allowed to distribute this file.
  11. %% For distribution of the original source see
  12. %% the copyright notice in the file drivers.dtx .
  13. %% 
  14. %% drivers.dtx Copyright (C) 1994 David Carlisle Sebastian Rahtz
  15. %%
  16. %% This file is part of the Standard LaTeX `Graphics Bundle'.
  17. %%
  18. %% It should be distributed *unchanged* and together with all other
  19. %% files in the graphics bundle. The file 00readme.txt contains a list
  20. %% of all of these files.
  21. %%
  22. %% A modified version of this file may be distributed, but it should
  23. %% be distributed with a *different* name. Changed files must be
  24. %% distributed *together with a complete and unchanged* distribution
  25. %% of these files.
  26. %%
  27. \ProvidesFile{dvi2ps.def}
  28.         [1994/12/12 v2.6 Driver-dependant file (DPC,SPQR)]
  29. \def\Ginclude@eps#1{%
  30.    \def\@tempa{!}%
  31.    \ifx\Gin@scaley\@tempa
  32.      \let\Gin@scaley\Gin@scalex
  33.    \else
  34.     \ifx\Gin@scalex\@tempa\let\Gin@scalex\Gin@scaley\fi
  35.    \fi
  36.    \ifGin@clip
  37.      \typeout{no clipping support in dvi2ps}%
  38.    \fi
  39.    \special{psfile=#1\space
  40.         hscale=\Gin@scalex\space 1000 mul
  41.         vscale=\Gin@scaley\space 1000 mul}%
  42. }
  43. \def\Gin@extensions{.eps,.ps}
  44. \@namedef{Gin@rule@.ps}#1{{eps}{.ps}{#1}}
  45. \@namedef{Gin@rule@.eps}#1{{eps}{.eps}{#1}}
  46. \@namedef{Gin@rule@*}#1{{eps}{\Gin@ext}{#1}}
  47. \endinput
  48. %% 
  49. %% End of file `dvi2ps.def'.
  50.